Leadtools.Dicom Namespace > DicomDataSet Class > GetValue Method : GetValue<T>(DicomElement,T,GetValueDelegate) Method |
public T GetValue<T>( DicomElement element, T defaultValue, GetValueDelegate getValueDelegate )
'Declaration Public Overloads Function GetValue(Of T)( _ ByVal element As DicomElement, _ ByVal defaultValue As T, _ ByVal getValueDelegate As GetValueDelegate _ ) As T
'Usage Dim instance As DicomDataSet Dim element As DicomElement Dim defaultValue As T Dim getValueDelegate As GetValueDelegate Dim value As T value = instance.GetValue(Of T)(element, defaultValue, getValueDelegate)
public T GetValue<T>( DicomElement element, T defaultValue, GetValueDelegate getValueDelegate )
ObjectiveC Syntax
function Leadtools.Dicom.DicomDataSet.GetValue``1(DicomElement,``0,GetValueDelegate)( element , defaultValue , getValueDelegate )
public: T^ GetValuegeneric<typename T> ( DicomElement^ element, T^ defaultValue, GetValueDelegate^ getValueDelegate )
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2